-
Notifications
You must be signed in to change notification settings - Fork 8.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump github.com/prometheus/client_golang to v1.20.5 #5040
Conversation
This does appear to fix the image build problem. But I don't know why...can you explain? Why was the version of github.com/prometheus/client_golang from the vendor directory not working? The default is From the go doc:
|
I don't know, I'll put the pr in draft. |
707f1d6
to
d53243d
Compare
d53243d
to
2c018e9
Compare
the error was here - .dockerignore |
Ah yes... I see how I think you don't need the two file renames anymore, since they don't match |
Signed-off-by: Fedor Partanskiy <fredprtnsk@gmail.com>
2c018e9
to
2c77185
Compare
@@ -4,7 +4,7 @@ | |||
# SPDX-License-Identifier: Apache-2.0 | |||
# | |||
|
|||
**/*test.go | |||
**/*_test.go |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, find ;)
the change indeed solves the issue, while since @denyeart had concerns, will wait for his decision. |
Please note the change in the .dockerignore.